Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / Group Method / Group(SortInfo[]) Method
Sort information


In This Topic
    Group(SortInfo[]) Method
    In This Topic
    Groups the rows with the specified sort information.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Group( _
       ByVal sortInfo() As SortInfo _
    ) 
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim sortInfo() As SortInfo
     
    instance.Group(sortInfo)
    public void Group( 
       SortInfo[] sortInfo
    )

    Parameters

    sortInfo
    Sort information
    See Also